data coding - translation to ολλανδικά
Diclib.com
Λεξικό ChatGPT
Εισάγετε μια λέξη ή φράση σε οποιαδήποτε γλώσσα 👆
Γλώσσα:

Μετάφραση και ανάλυση λέξεων από την τεχνητή νοημοσύνη ChatGPT

Σε αυτήν τη σελίδα μπορείτε να λάβετε μια λεπτομερή ανάλυση μιας λέξης ή μιας φράσης, η οποία δημιουργήθηκε χρησιμοποιώντας το ChatGPT, την καλύτερη τεχνολογία τεχνητής νοημοσύνης μέχρι σήμερα:

  • πώς χρησιμοποιείται η λέξη
  • συχνότητα χρήσης
  • χρησιμοποιείται πιο συχνά στον προφορικό ή γραπτό λόγο
  • επιλογές μετάφρασης λέξεων
  • παραδείγματα χρήσης (πολλές φράσεις με μετάφραση)
  • ετυμολογία

data coding - translation to ολλανδικά

TECHNIQUE FOR CONSTRUCTING A PREFIX CODE
Shannon-Fano coding; Data compression/Shannon-Fano coding; Shannon-fano
  • Huffman Algorithm

data coding      
gegevens coderen, gegevens in code brengen
compression program         
  • Comparison of [[spectrogram]]s of audio in an uncompressed format and several lossy formats. The lossy spectrograms show [[bandlimiting]] of higher frequencies, a common technique associated with lossy audio compression.
  • Processing stages of a typical video encoder
  • [[MP3]], an example of a lossy file format compared to [[WAV]].
  • Solidyne 922: The world's first commercial audio bit compression [[sound card]] for PC, 1990
PROCESS OF ENCODING INFORMATION USING FEWER BITS THAN THE ORIGINAL REPRESENTATION
Multimedia compression; Data compression/multimedia compression; Video compression; Data compression algorithm; Compression algorithm; Uncompression; File compression; Data Compression; Block compression; Spatial compression; Temporal compression; Intelligent Compression; Transparent decompression; Compression algorithms; Datacompression; Source Coding; Bit-rate reduction; File compressing; Digital audio compression; Lossless audio compression; Compression program; Compression utility; Coding techniques; Source coding; Audio data compression; Lossless audio; Perceptual audio coding; Video Compression; Lossless Audio; Negabyte; Sound compression; Audio compression (data); Compression software; Decompression software; Compressed data; Video data compression; Video encoding; Encoding software; Data decompression; Lossy audio compression; Uncompressed; Compressed video; Compressed digital video; Digital video compression; Lossless video compression; Text compression; Genetic compression algorithm; Algorithms for lossless data compression; History of video compression; Perceptual audio coder; Compression techniques; Machine learning and data compression; History of audio compression
samengedrukt programma (een programma die de inhoud van een groep samenperst)
data compression         
  • Comparison of [[spectrogram]]s of audio in an uncompressed format and several lossy formats. The lossy spectrograms show [[bandlimiting]] of higher frequencies, a common technique associated with lossy audio compression.
  • Processing stages of a typical video encoder
  • [[MP3]], an example of a lossy file format compared to [[WAV]].
  • Solidyne 922: The world's first commercial audio bit compression [[sound card]] for PC, 1990
PROCESS OF ENCODING INFORMATION USING FEWER BITS THAN THE ORIGINAL REPRESENTATION
Multimedia compression; Data compression/multimedia compression; Video compression; Data compression algorithm; Compression algorithm; Uncompression; File compression; Data Compression; Block compression; Spatial compression; Temporal compression; Intelligent Compression; Transparent decompression; Compression algorithms; Datacompression; Source Coding; Bit-rate reduction; File compressing; Digital audio compression; Lossless audio compression; Compression program; Compression utility; Coding techniques; Source coding; Audio data compression; Lossless audio; Perceptual audio coding; Video Compression; Lossless Audio; Negabyte; Sound compression; Audio compression (data); Compression software; Decompression software; Compressed data; Video data compression; Video encoding; Encoding software; Data decompression; Lossy audio compression; Uncompressed; Compressed video; Compressed digital video; Digital video compression; Lossless video compression; Text compression; Genetic compression algorithm; Algorithms for lossless data compression; History of video compression; Perceptual audio coder; Compression techniques; Machine learning and data compression; History of audio compression
samenpersing van gegevens (samenpersing van opgeslagen gegevens)

Ορισμός

Sparseness
·noun The quality or state of being sparse; as, sparseness of population.

Βικιπαίδεια

Shannon–Fano coding

In the field of data compression, Shannon–Fano coding, named after Claude Shannon and Robert Fano, is a name given to two different but related techniques for constructing a prefix code based on a set of symbols and their probabilities (estimated or measured).

  • Shannon's method chooses a prefix code where a source symbol i {\displaystyle i} is given the codeword length l i = log 2 p i {\displaystyle l_{i}=\lceil -\log _{2}p_{i}\rceil } . One common way of choosing the codewords uses the binary expansion of the cumulative probabilities. This method was proposed in Shannon's "A Mathematical Theory of Communication" (1948), his article introducing the field of information theory.
  • Fano's method divides the source symbols into two sets ("0" and "1") with probabilities as close to 1/2 as possible. Then those sets are themselves divided in two, and so on, until each set contains only one symbol. The codeword for that symbol is the string of "0"s and "1"s that records which half of the divides it fell on. This method was proposed in a later technical report by Fano (1949).

Shannon–Fano codes are suboptimal in the sense that they do not always achieve the lowest possible expected codeword length, as Huffman coding does. However, Shannon–Fano codes have an expected codeword length within 1 bit of optimal. Fano's method usually produces encoding with shorter expected lengths than Shannon's method. However, Shannon's method is easier to analyse theoretically.

Shannon–Fano coding should not be confused with Shannon–Fano–Elias coding (also known as Elias coding), the precursor to arithmetic coding.